runtime.bucket.typ (field)

6 uses

	runtime (current package)
		mprof.go#L52: 	typ     bucketType // memBucket or blockBucket (includes mutexProfile)
		mprof.go#L176: 	b.typ = typ
		mprof.go#L189: 	if b.typ != memProfile {
		mprof.go#L198: 	if b.typ != blockProfile && b.typ != mutexProfile {
		mprof.go#L231: 		if b.typ == typ && b.hash == h && b.size == size && eqslice(b.stk(), stk) {